Crate drmem_api

source ·

Modules

This module defines types and interfaces that clients use to interact with the core of DrMem.
This module defines types and interfaces that driver use to interact with the core of DrMem.
Defines fundamental types used throughout the DrMem codebase.

Traits

The DbContext trait defines the API that a back-end needs to implement to provide storage for – and access to – the state of each driver’s devices.

Type Definitions

A Result type where the error value is a value from drmem_api::types::Error.